CCCCCCCCCCCC CCCCCCCCCCCC CCCC CCCC ooooooo CCCC oo oo nnn CCCC oo oo n n t r i b u t e d Library for the Agilent ChemStation CCCC oo oo n n CCCC ooooooo CCCC CCCCCCCCCCCC CCCCCCCCCCCC Agilent LC and LC/MS ChemStation Revision A.06.01 or higher Date 22-September-99 LC/MS Macro Contribution #6 Contribution 'Merge Batch' Revision History ---------------- 1. A.01 Version for ChemStation A.06.01 22-September-99 Contribution Purpose -------------------- This is a macro that allows the user to merge batch files. The macro adds a menu item (UCL, Merge Batch >) to the ChemStation's Data Analysis menu. Contribution Structure ---------------------- One macro file: BMERGE.MAC One program file: BATCH.EXE This file: README.TXT Prerequisites ------------- - MS Windows NT 4.0 as required by the revision of the ChemStation in use - ChemStation software, Rev A.06.01 or higher Installation ------------ - Copy files BMERGE.MAC and BATCH.EXE to the ChemStation's executable directory, 'C:\chem32\CORE' by default. Uninstalling The Macro ------------------------------------------------------------ Exit Chemstation and remove any reference to BMERGE.MAC from the USER.MAC file. Use --- Load and start the macro with: macro BMERGE.MAC, go The macro will add a menu item (UCL, Merge Batch>) to the menu in the 'Data Analysis' view. To merge batches, load the first batch, then select UCL/Merge batch and choose the second batch. Note that the batch history information from the second batch will not be retained in the merged batch. However, the history information on the first will be annotated to indicate that the merge was done. System File Modification For Automatic Macro Loading: ------------------------------------------------------------ Append (cut/paste) the following lines to the end of the USER.MAC file. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Loads BMERGE.MAC - Merge Batch macro ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! MACRO "BMERGE.MAC" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!